Developer Documentation

QuickTime 4 API Documentation

Programming With QuickTime VR

| Previous | Chapter Contents | Chapter Top | Next |

Flags Value for Imaging Completion Procedure

The kQTVRPreScreenEveryIdle value of the flags parameter passed to QTVRSetPrescreenImagingCompleteProc causes a drawing attempt on every idle passed to the movie controller ( MCIdle or MCIsPlayerEvent(idle) ). The purpose of the flag is to cause the software to draw as often as possible.

enum{
    kQTVRPreScreenEveryIdle                         = 1L << 0
};

© 1998 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |